home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1587 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  2.0 KB  |  50 lines

  1. on(press){
  2.    if(_root.inven._currentframe == 1)
  3.    {
  4.       if(_root.micon._currentframe == 40 && _root.range == true)
  5.       {
  6.          _root.next_dis1 = 2;
  7.          _root.next_txt1 = "Hey, that\'s a great idea.  I\'ll have a girlfriend in no time...  in JAIL!  ARE YOU NUTS?";
  8.       }
  9.       else if(_root.micon._currentframe == 41 && _root.range == true)
  10.       {
  11.          _root.next_dis1 = 2;
  12.          _root.next_txt1 = "I don\'t think I want to make Skippy cry.";
  13.       }
  14.       if(_root.micon._currentframe == 1 && _root.range == true)
  15.       {
  16.          _root.next_dis1 = 2;
  17.          _root.next_txt1 = "I\'d rather not touch him he seems fragile.";
  18.       }
  19.       if(_root.micon._currentframe == 2)
  20.       {
  21.          _root.next_dis1 = 2;
  22.          _root.next_txt1 = "Everyone calls that kid Skippy, not sure if that\'s his real name.  He hides in here between classes to avoid girls.";
  23.       }
  24.       if(_root.micon._currentframe == 4 && _root.range == true && _root.txt_number <= 1)
  25.       {
  26.          if(_root.talk8 == 0)
  27.          {
  28.             _root.talk8 = 1;
  29.             _root.txt_number = 3;
  30.             _root.next_dis3 = 2;
  31.             _root.di3 = 290;
  32.             _root.next_txt3 = "Hey Skippy. I know you\'re probably the worst person to ask this, but could you help me out with finding a date to the dance?";
  33.             _root.next_txt2 = "Girls?  Arrrrggghh!  You don\'t know what you\'re getting yourself into, man.  They\'ve got those cootie things and god knows what else!";
  34.             _root.di2 = 291;
  35.             _root.next_dis2 = 10;
  36.             _root.next_txt1 = "Hmm I guess I better leave him alone.";
  37.             _root.di1 = 292;
  38.             _root.next_dis1 = 2;
  39.          }
  40.          else if(_root.talk8 == 1)
  41.          {
  42.             _root.txt_number = 1;
  43.             _root.next_dis1 = 10;
  44.             _root.next_txt1 = "Just... just leave me alone, Hewitt.  As long as I\'m in here, I\'ll be safe from any girls.";
  45.             _root.di1 = 293;
  46.          }
  47.       }
  48.    }
  49. }
  50.